* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.idxproList li {
  width: 31.5%;
  margin-right: 2.75%;
  cursor: pointer;
}
@media (max-width: 768px) {
    .idxproList li {
  width: 100%;
  margin-right: 0%;
  cursor: pointer;
}
}

.idxproList li:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.idxproList li:nth-child(3n) {
  margin-right: 0;
}

.idxproList li .img {
  height: 280px;
  overflow: hidden;
}

.idxproList li .img .flex-center-center {
  height: 100%;
}

.idxproList li .flex-center-center img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}

.idxproList li:hover .flex-center-center img {
  transform: scale(1.1);
}

.idxproList li .btn a {
  width: 150px;
  height: 46px;
  border-radius: 23px;
}

.ljgd {
  background-color: #00479b;
  color: #fff;
  border-color: #00479b;
}

.mask-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  z-index: 6;
  transition: transform 0.6s;
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.idxproList li:hover .img .mask-white {
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

#productBox {
  padding-top: 90px;
  width: 86%;
  margin: auto;
  /*! end @import */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/swiper.css */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/style.css?v=0.0.1 */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/media.css?v=0.0.1 */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/mobile.css?v=0.0.1 */
  /*! CSS Used from: Embedded */
  /*! CSS Used fontfaces */
}
#productBox .iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#productBox .icon-xiaoxi:before {
  content: "\e676";
}
#productBox .icon-zixun:before {
  content: "\e6b3";
}
#productBox .icon-xiangyoujiantou:before {
  content: "\e65f";
}
#productBox .icon-xiangzuojiantou:before {
  content: "\e660";
}
#productBox .icon-24gf-phoneLoudspeaker:before {
  content: "\e969";
}
#productBox .icon-home-filling:before {
  content: "\e690";
}
#productBox * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
#productBox img {
  border: 0 none;
}
#productBox a {
  color: #333;
  text-decoration: none;
  border: 0 none;
}
#productBox img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
#productBox i {
  font-style: normal;
}
#productBox a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
#productBox ::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
#productBox ::-webkit-scrollbar-track {
  border-radius: 5px;
}
#productBox ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #089d5b;
}
#productBox .pt-30 {
  padding-top: 30px;
}
#productBox .pb-30 {
  padding-bottom: 30px;
}
#productBox .pb-50 {
  padding-bottom: 50px;
}
#productBox .pr-70 {
  padding-right: 70px;
}
#productBox .ml-10 {
  margin-left: 10px;
}
#productBox .mr-10 {
  margin-right: 10px;
}
#productBox .mt-30 {
  margin-top: 30px;
}
#productBox .mt-60 {
  margin-top: 60px;
}
#productBox .ml-70 {
  margin-left: 70px;
}
#productBox .f16 {
  font-size: 16px;
}
#productBox .f18 {
  font-size: 18px;
}
#productBox .f22 {
  font-size: 22px;
}
#productBox .f24 {
  font-size: 24px;
}
#productBox .f34 {
  font-size: 34px;
}
#productBox .f40 {
  font-size: 40px;
}
#productBox .color-blue {
  color: #089d5b;
}
#productBox .color-white {
  color: white;
}
#productBox .bg-white {
  background-color: white;
}
#productBox .flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
#productBox .flex-center {
  display: flex;
  align-items: center;
}
#productBox .flex-between {
  display: flex;
  justify-content: space-between;
}
#productBox .posi {
  position: relative;
}
#productBox .w50 {
  width: 50%;
}
#productBox .cursor {
  cursor: pointer;
}
#productBox .font-weight {
  font-weight: bold;
}
#productBox .line-height2-4 {
  line-height: 2.4;
}
#productBox .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
#productBox .radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 750px) {
  #productBox .wapFlex {
    flex-direction: column;
  }
  #productBox .line-height2-4 {
    line-height: 2;
  }
  #productBox .w50 {
    width: 100%;
  }
}
#productBox .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#productBox .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#productBox .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
#productBox .swiper-container-pointer-events {
  touch-action: pan-y;
}
#productBox .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
#productBox .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
#productBox .w80 {
  width: 78%;
  margin: 0 auto;
}
#productBox .color {
  color: #1b77a8;
}
#productBox .proTxt .desc:after {
  width: 8%;
  height: 4px;
  background-color: #089d5b;
  content: "";
  display: block;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
#productBox .proTxt .info {
  height: 16em;
}
#productBox .proTxt .btn a {
  width: 25%;
  height: 60px;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
#productBox .proTxt .btn a:first-child {
  width: 40%;
}
#productBox .proTxt .btn a:hover {
  background-color: #089d5b;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
#productBox .proImgBox {
  height: 480px;
}
#productBox #proInfoSwiper {
  width: 100%;
  height: 100%;
}
#productBox #proInfoSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
#productBox .proImgBox .prev,
#productBox .proImgBox .next {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  z-index: 10;
}
#productBox .proImgBox .prev {
  left: 15px;
}
#productBox .proImgBox .next {
  right: 15px;
}
#productBox .proImgBox .prev:hover,
#productBox .proImgBox .next:hover {
  background-color: #089d5b;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #productBox .pt-30 {
    padding-top: 26px;
  }
  #productBox .pb-30 {
    padding-bottom: 26px;
  }
  #productBox .pb-50 {
    padding-bottom: 45px;
  }
  #productBox .pr-70 {
    padding-right: 66px;
  }
  #productBox .ml-10 {
    margin-left: 8px;
  }
  #productBox .mr-10 {
    margin-right: 8px;
  }
  #productBox .mt-30 {
    margin-top: 26px;
  }
  #productBox .mt-60 {
    margin-top: 55px;
  }
  #productBox .ml-70 {
    margin-left: 66px;
  }
}
@media screen and (max-width: 1440px) {
  #productBox .pt-30 {
    padding-top: 24px;
  }
  #productBox .pb-30 {
    padding-bottom: 24px;
  }
  #productBox .pb-50 {
    padding-bottom: 42px;
  }
  #productBox .pr-70 {
    padding-right: 50px;
  }
  #productBox .ml-10 {
    margin-left: 6px;
  }
  #productBox .mr-10 {
    margin-right: 6px;
  }
  #productBox .mt-30 {
    margin-top: 24px;
  }
  #productBox .mt-60 {
    margin-top: 50px;
  }
  #productBox .ml-70 {
    margin-left: 50px;
  }
  #productBox .f16 {
    font-size: 16px;
  }
  #productBox .f18 {
    font-size: 16px;
  }
  #productBox .f22 {
    font-size: 18px;
  }
  #productBox .f24 {
    font-size: 20px;
  }
  #productBox .f34 {
    font-size: 28px;
  }
  #productBox .f40 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  #productBox .pt-30 {
    padding-top: 22px;
  }
  #productBox .pb-30 {
    padding-bottom: 22px;
  }
  #productBox .pb-50 {
    padding-bottom: 40px;
  }
  #productBox .pr-70 {
    padding-right: 60px;
  }
  #productBox .ml-10 {
    margin-left: 5px;
  }
  #productBox .mr-10 {
    margin-right: 5px;
  }
  #productBox .mt-30 {
    margin-top: 22px;
  }
  #productBox .mt-60 {
    margin-top: 50px;
  }
  #productBox .ml-70 {
    margin-left: 60px;
  }
  #productBox .f16 {
    font-size: 14px;
  }
  #productBox .f18 {
    font-size: 14px;
  }
  #productBox .f22 {
    font-size: 16px;
  }
  #productBox .f24 {
    font-size: 16px;
  }
  #productBox .f34 {
    font-size: 22px;
  }
  #productBox .f40 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #productBox .pt-30 {
    padding-top: 18px;
  }
  #productBox .pb-30 {
    padding-bottom: 18px;
  }
  #productBox .pb-50 {
    padding-bottom: 35px;
  }
  #productBox .pr-70 {
    padding-right: 55px;
  }
  #productBox .ml-10 {
    margin-left: 5px;
  }
  #productBox .mr-10 {
    margin-right: 5px;
  }
  #productBox .mt-30 {
    margin-top: 18px;
  }
  #productBox .mt-60 {
    margin-top: 42px;
  }
  #productBox .ml-70 {
    margin-left: 55px;
  }
}
@media screen and (max-width: 750px) {
  #productBox .pb-50 {
    padding-bottom: 20px;
  }
  #productBox .pr-70 {
    padding-right: 20px;
  }
  #productBox .mt-60 {
    margin-top: 20px;
  }
  #productBox .ml-70 {
    margin-left: 20px;
  }
  #productBox .f16 {
    font-size: 13px;
  }
  #productBox .f18 {
    font-size: 13px;
  }
  #productBox .f22 {
    font-size: 14px;
  }
  #productBox .f24 {
    font-size: 14px;
  }
  #productBox .f34 {
    font-size: 16px;
  }
  #productBox .f40 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1660px) {
  #productBox .proImgBox {
    height: 620px;
  }
}
@media screen and (max-width: 1440px) {
  #productBox .w80 {
    width: 90%;
  }
  #productBox .proImgBox {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  #productBox .proImgBox {
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  #productBox .proImgBox {
    height: 500px;
  }
}
@media screen and (max-width: 750px) {
  #productBox .w80 {
    width: 100%;
    padding: 0 20px;
  }
  #productBox .proTxt .desc:after {
    width: 12%;
    height: 2px;
  }
  #productBox .proTxt .info {
    height: auto;
    margin-bottom: 15px;
  }
  #productBox .proinfotBox {
    flex-direction: column-reverse;
  }
  #productBox .proImgBox {
    height: 300px;
  }
  #productBox .proImgBox .prev,
  #productBox .proImgBox .next {
    width: 30px;
    height: 30px;
  }
  #productBox .proTxt {
    margin-right: 0;
    margin-top: 20px;
    padding-right: 0;
  }
  #productBox .proTxt .btn a {
    width: 48% !important;
    height: 42px;
  }
  #productBox .proTxt .btn a:last-child {
    display: none;
  }
}
#productBox .bg-8989 {
  background-color: #989999;
}
@font-face {
  font-family: "iconfont";
  src: url("https://www.bunkinchina.com/static/home/font/iconfont.woff2?t=1678862481930") format("woff2"), url("https://www.bunkinchina.com/static/home/font/iconfont.woff?t=1678862481930") format("woff"), url("https://www.bunkinchina.com/static/home/font/iconfont.ttf?t=1678862481930") format("truetype");
}

#productBoxContent {
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/style.css?v=0.0.1 */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/media.css?v=0.0.1 */
  /*! CSS Used from: https://www.bunkinchina.com/static/home/css/mobile.css?v=0.0.1 */
}
#productBoxContent .pt-40 {
  padding-top: 40px;
}
#productBoxContent .pb-40 {
  padding-bottom: 40px;
}
#productBoxContent .p40 {
  padding: 40px;
}
#productBoxContent .pt-50 {
  padding-top: 50px;
}
#productBoxContent .pb-50 {
  padding-bottom: 50px;
}
#productBoxContent .mt-50 {
  margin-top: 50px;
}
#productBoxContent .f30 {
  font-size: 30px;
}
#productBoxContent .bg-f5 {
  background-color: #f1f1f1;
}
#productBoxContent .bg-white {
  background-color: white;
}
#productBoxContent .posi {
  position: relative;
}
#productBoxContent .line-height {
  line-height: 2;
}
#productBoxContent .text-center {
  text-align: center;
}
#productBoxContent .font-weight {
  font-weight: bold;
}
#productBoxContent .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
#productBoxContent .w80 {
  width: 78%;
  margin: 0 auto;
}
#productBoxContent .color {
  color: #1b77a8;
}
#productBoxContent .proThere .title::after {
  width: 5%;
  left: 47%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  background-color: #089d5b;
  display: block;
  content: "";
}
@media screen and (max-width: 1600px) {
  #productBoxContent .pt-40 {
    padding-top: 36px;
  }
  #productBoxContent .pb-40 {
    padding-bottom: 36px;
  }
  #productBoxContent .p40 {
    padding: 36px;
  }
  #productBoxContent .pt-50 {
    padding-top: 45px;
  }
  #productBoxContent .pb-50 {
    padding-bottom: 45px;
  }
  #productBoxContent .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #productBoxContent .pt-40 {
    padding-top: 34px;
  }
  #productBoxContent .pb-40 {
    padding-bottom: 34px;
  }
  #productBoxContent .p40 {
    padding: 34px;
  }
  #productBoxContent .pt-50 {
    padding-top: 42px;
  }
  #productBoxContent .pb-50 {
    padding-bottom: 42px;
  }
  #productBoxContent .mt-50 {
    margin-top: 42px;
  }
  #productBoxContent .f30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  #productBoxContent .pt-40 {
    padding-top: 32px;
  }
  #productBoxContent .pb-40 {
    padding-bottom: 32px;
  }
  #productBoxContent .p40 {
    padding: 32px;
  }
  #productBoxContent .pt-50 {
    padding-top: 40px;
  }
  #productBoxContent .pb-50 {
    padding-bottom: 40px;
  }
  #productBoxContent .mt-50 {
    margin-top: 40px;
  }
  #productBoxContent .f30 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #productBoxContent .pt-40 {
    padding-top: 28px;
  }
  #productBoxContent .pb-40 {
    padding-bottom: 28px;
  }
  #productBoxContent .p40 {
    padding: 28px;
  }
  #productBoxContent .pt-50 {
    padding-top: 35px;
  }
  #productBoxContent .pb-50 {
    padding-bottom: 35px;
  }
  #productBoxContent .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #productBoxContent .pt-40 {
    padding-top: 20px;
  }
  #productBoxContent .pb-40 {
    padding-bottom: 20px;
  }
  #productBoxContent .p40 {
    padding: 20px;
  }
  #productBoxContent .pt-50 {
    padding-top: 20px;
  }
  #productBoxContent .pb-50 {
    padding-bottom: 20px;
  }
  #productBoxContent .mt-50 {
    margin-top: 20px;
  }
  #productBoxContent .f30 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  #productBoxContent .w80 {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  #productBoxContent .w80 {
    width: 100%;
    padding: 0 20px;
  }
}


.factory{
    
    text-align: center;
}
.shichang{
    margin-bottom:50px;
}
.factory img{
    width:100%;
}







